libxc: Do not bother initialising shared-info page in HVM-domain builder.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 22 Jul 2010 14:24:49 +0000 (15:24 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 22 Jul 2010 14:24:49 +0000 (15:24 +0100)
commit041007d13ad5f67ef8c6c639dee9324a76067b31
tree96beb3b5a9009a9cda7a6fd581a7e716bfd919e7
parent9365b5518aec3794c15ebc29afff77b195b66d2d
libxc: Do not bother initialising shared-info page in HVM-domain builder.

It is already zeroed by the hypervisor, and setting the evtchn_mask
array is pointless since its location varies between 32- and 64-bit
guests, and the builder can't know which is the correct bitness.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/libxc/xc_hvm_build.c